home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10160 < prev    next >
Encoding:
Text File  |  1996-08-05  |  560 b   |  21 lines

  1. Newsgroups: comp.lang.c
  2. Path: FreeNet.Carleton.CA!aq436
  3. From: aq436@FreeNet.Carleton.CA (Jerry Boyd)
  4. Subject: String Question
  5. Message-ID: <DoBt0E.4A9@freenet.carleton.ca>
  6. Sender: aq436@freenet2.carleton.ca (Jerry Boyd)
  7. Reply-To: aq436@FreeNet.Carleton.CA (Jerry Boyd)
  8. Organization: The National Capital FreeNet
  9. Date: Fri, 15 Mar 1996 20:31:25 GMT
  10.  
  11.  
  12.  
  13. How would I write a function to remove a specified
  14. number of characters from a string and store it in an array.
  15. For instance, extracting three characters from a string, starting
  16. from the 5th character.
  17.  
  18.  
  19. --
  20.  
  21.